home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / tools / rat_ew.com / RAT.DOC < prev   
Encoding:
Text File  |  1989-12-28  |  7.6 KB  |  149 lines

  1. RAT version 2.40 *** Resident ASCII Table documentation
  2.  
  3. ---------- QUICK DOCS --------------------------------------------------------
  4. Program name: RAT.COM
  5. Run from: DOS prompt or AUTOEXEC.BAT file
  6. Hot Key with: two quick taps on the <Alt> key
  7. Exit with:  <Alt> or <Esc> or <space>
  8. Color is: This is a spotted RAT, we have bred in many colors.
  9. Memory when loaded: < 5Kb
  10. Keys used: Full cursor pad control plus <Ins>,<Alt>,[Esc] and [space]
  11. Display in decimal, hex., or octal.    Use the insert <Ins> key to toggle.
  12. MS-DOS version: 2.00 or later required
  13. System must be IBM compatible with respect to keyboard and display.
  14. -----------------------------------------------------------------------------
  15.  
  16. ---------- NOT SO QUICK DOCS ------------------------------------------------
  17.      After years of trying to create a better rat trap,  I finally gave in
  18. and created a better RAT.
  19.  
  20.      RAT was written because I realized that out of that nice "RAM eating"
  21. multi-purpose, resident utility program I was using, the ASCII table was all
  22. I really needed frequently.  And I didn't even like the ASCII table.
  23.  
  24.      I have a calculator that I prefer over the "on screen" version.  I write
  25. my notes the old fashioned way, on a scratch pad.  And I do most of my
  26. dialing with either my first finger or my communications package.  I've also
  27. got a nice old calender hangin' on the wall here. (1974 I think)  So why eat
  28. around 100 Kb of memory for an ASCII table?
  29.  
  30.      RAT is a resident program that uses less than 5 Kb of memory when it is
  31. running.  RAT should be loaded at the DOS level.  Never load a resident
  32. program from a DOS shell.  A good place to load RAT is in your AUTOEXEC.BAT
  33. file.  Simply add RAT.COM to your program list.
  34.  
  35.      To hot key RAT, hit the <Alt> key twice.  The table will appear on the
  36. screen in the upper right hand corner.  The left column display is fully
  37. scrollable using the cursor pad, and will display all available ASCII
  38. codes in decimal, hex. or octal format.  Decimal is the default mode, however
  39. a tap on the <Ins> key will switch between modes.  The remainder of the table
  40. contains some frequently used codes that I have attempted to arrange in a
  41. logical fashion.  This area is static and will always appear in decimal.
  42.  
  43. -----------------------------------------------------------------
  44.  
  45.      RAT was written by Emery Wooten of M.R.E. Software,  home of The E88 Text
  46. Editor and StS (Stereo Shell).  If you find this program valuable and
  47. want to support it then send $5.00 to the address below.  If you find this
  48. program useful and DON'T want to support it, then consider the name of the
  49. program your name! <grin>  If you don't find this program useful, just feed it
  50. some d-Con and forget about it.
  51.  
  52.      If you do send a contribution, we will use it to support our BBS system.
  53. In any event, please enjoy RAT and give our other more serious programs a try.
  54.  
  55.  
  56. Send your contribution to:                         M.R.E. Software BBS
  57.                                                    (601) 494-8078  <data>
  58. M.R.E. Software BBS                                300-2400   N-8-1
  59. 150 Jones St.
  60. West Point, Ms.  39773                               [ ASP MEMBER ]
  61. -----------------------------------------------------------------
  62.                               WARRANTY
  63.   _____________________________________________________________________
  64.  
  65.         Microsystems Research and Engineering makes no warranty of any
  66.    kind, express or implied, including without limitation, any
  67.    warranties of merchantability and or fitness for a particular purpose.
  68.    Microsystems Research and Engineering shall not be liable for any
  69.    damages, whether direct, indirect, special or consequential arising
  70.    from a failure of this program to operate in the manner desired by the
  71.    user.  Microsystems Research and Engineering shall not be liable for
  72.    any damage to data or property which may be caused directly or
  73.    indirectly by use of the program.
  74.  
  75.         IN NO EVENT WILL Microsystems Research and Engineering BE
  76.    LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST PROFITS, LOST
  77.    SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
  78.    YOUR USE OR INABILITY TO USE THE PROGRAM, OR FOR ANY CLAIM BY ANY
  79.    OTHER PARTY.
  80.    _____________________________________________________________________
  81.  
  82. Copyright acknowledgement:
  83.      The resident version of RAT consist of the RAT program "core" enclosed
  84. within a special routine for resident operation.  This routine is a modified
  85. version of code originally written by Thomas Brandenborg.  I have found this
  86. code to be extremely safe and well behaved in its operation, and I owe many
  87. thanks to Mr. Brandenborg for making this otherwise un-documented information
  88. available to all software developers.  In compliance with the only
  89. restriction placed on the use of this code I hereby acknowledge his copyrights
  90. to the included code.
  91.  
  92. The RAT Resident ASCII Table version 2.40 is (C.) Copyright 1989 M.R.E.
  93. Software and contains source code from the program TSRDEMO2.ASM that is the
  94. (C.) Copyright 1987 Thomas Brandenborg.
  95.    _____________________________________________________________________
  96.  
  97. IBM is a registered trademark of International Business Machines Corp.
  98. d-Con is a registered trademark of The d-Con Company Inc.
  99. RAT is a big, ugly, scaly tailed rodent.
  100.    _____________________________________________________________________
  101.  
  102.  
  103.          ----------------end-of-author's-documentation---------------
  104.  
  105.                          Software Library Information:
  106.  
  107.                     This disk copy provided as a service of
  108.  
  109.                            Public (software) Library
  110.  
  111.          We are not the authors of this program, nor are we associated
  112.          with the author in any way other than as a distributor of the
  113.          program in accordance with the author's terms of distribution.
  114.  
  115.          Please direct shareware payments and specific questions about
  116.          this program to the author of the program, whose name appears
  117.          elsewhere in  this documentation. If you have trouble getting
  118.          in touch with the author,  we will do whatever we can to help
  119.          you with your questions. All programs have been tested and do
  120.          run.  To report problems,  please use the form that is in the
  121.          file PROBLEM.DOC on many of our disks or in other written for-
  122.          mat with screen printouts, if possible.  PsL cannot debug pro-
  123.          programs over the telephone, though we can answer questions.
  124.  
  125.          Disks in the PsL are updated  monthly,  so if you did not get
  126.          this disk directly from the PsL, you should be aware that the
  127.          files in this set may no longer be the current versions. Also,
  128.          if you got this disk from another vendor and are having prob-
  129.          lems,  be aware that  some files may have become corrupted or
  130.          lost by that vendor. Get a current, working disk from PsL.
  131.  
  132.          For a copy of the latest monthly software library newsletter
  133.          and a list of the 3,000+ disks in the library, call or write
  134.  
  135.                            Public (software) Library
  136.                                P.O.Box 35705 - F
  137.                             Houston, TX 77235-5705
  138.  
  139.                                 1-800-2424-PSL
  140.                              MC/Visa/AmEx/Discover
  141.  
  142.                           Outside of U.S. or in Texas
  143.                           or for general information,
  144.                               Call 1-713-524-6394
  145.  
  146.                           PsL also has an outstanding
  147.                           catalog for the Macintosh.
  148.  
  149.